home *** CD-ROM | disk | FTP | other *** search
/ Fashion Advertising Lifestyle 1 / Fashion Advertising Lifestyle 1 - Disc 2.iso / go.bat < prev    next >
DOS Batch File  |  1994-02-18  |  2KB  |  44 lines

  1. @echo off
  2. if %1 == /W goto Install
  3. if %1 == /w goto Install
  4. echo ..............................................
  5. echo .                                            .
  6. echo .          Aztech New Media Corp.            .
  7. echo .           Stock Image Library              .
  8. echo .                                            .
  9. echo ==============================================
  10. echo !    Instalation of this product must be     !
  11. echo !      started from Microsoft Windows.       ! 
  12. echo ==============================================
  13. pause
  14. echo To Install this Stock Image Library
  15. echo use the "Run" command found under 
  16. echo Program Manager's "File" Menu.
  17. echo Press the Browse Button and select
  18. echo your CD-ROM drive (ex. D:[untitled] )
  19. echo select the folder/directory FOR_PC
  20. echo by double-clicking on it. On the File List
  21. echo there will be an item called "Setup.Exe"
  22. echo select by double-clicking on it press the 
  23. echo OK button continue. The Setup Program will  
  24. echo then conduct you to a successfull instalation.
  25. echo ==============================================
  26. echo If you are not reading this from the MSDOS
  27. echo Shell in Windows and you wish to have this
  28. echo batch file start Microsoft Windows and also
  29. echo start the setup program for you do the following
  30. echo Type the drive letter of the CD-ROM and a ":"
  31. echo (ex. D:) press enter and then type \GO /W and press
  32. echo enter again. If the computer informs you
  33. echo that you are currently running Windows use the
  34. echo first method of installation by switching back to
  35. echo Program Manager with an ALT-TAB etc. 
  36. echo as indicated by the computers message.
  37. pause
  38. goto bye
  39. :Install
  40. cd \FOR_PC
  41. win setup.exe
  42. :bye
  43. echo Thank you for purchasing an Aztech New Media Corp. Stock Image Library.
  44.